home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / DEVELOPER / WEBGOPHER.ARC / !WebGopher / Docs / Resources < prev    next >
Text File  |  1995-04-07  |  1KB  |  27 lines

  1.  
  2. If you fetch something via gopher or ftp then the file returned will
  3. be placed in !GopherRes.
  4.  
  5. This application stores resources within GopherRes in a way that allows
  6. the user to forget about running out of space within a directory or
  7. having to rename things, while online.
  8.  
  9. When a file is sent to GopherRes, each 'Res-##" directory is scanned in
  10. turn to see if there is space there. If there is no space in any
  11. available directories then a new one will be created. This approach
  12. allows for 77*77 (5929) files to be stored before filling up.
  13.  
  14. To get a file out, you simply find it and MOVE it out.
  15.  
  16. WebGopher will automatically keep track of GopherRes and only use available
  17. directories. So is you have 3 'Res-##' directories with 77 files in the
  18. first two and 12 in the third, and empty all the files from the second
  19. directory then WebGopher uses this directory BEFORE it continues to
  20. use the third directory. If you delete the second 'Res-##' directory then
  21. it will simply be recreated when it is required.
  22.  
  23. When a new file is placed within a 'Res-##' directory it is given a number
  24. one grater than the highest number of any files currently in that
  25. directory.
  26.  
  27.